#nav {
	list-style-type: none;
	color: #000000;
}

#nav a {
	display: block;
	text-align:center;
	color: #000000;
}

#nav a:link  {
text-decoration:none;
 
}
#nav a:visited  {
	text-decoration:none;

	
}
#nav a:hover  {
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/libg_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #11497e;
}

.nav_li1 {
	background-image: url(../images/bain_09.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 85px;
	line-height: 118px;
	height: 118px;
	text-align: center;
}.nav_li2 {
	background-image: url(../images/xx_12.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 85px;
	line-height: 118px;
	height: 118px;
	text-align: center;
}
.nav_li3 {
	
	float: left;
	width: 85px;	line-height: 119px;
	height: 118px;
}


#nav li a:hover{
	background-image: url(../images/xx_12.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	font-weight: normal;
	color: #11497e;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 125px;
	position: absolute;
	float: left;
	background-color: #023786;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	line-height: 30px;
}
#nav li ul li{
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 125px;
	color: #FFFFFF;
	
	text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 30px;
line-height: 30px;

	
	
}

#nav li ul a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/libgg_19.jpg);
	background-repeat: no-repeat;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
